From: Ed Sanders Date: Mon, 20 Feb 2017 14:31:02 +0000 (+0000) Subject: build: Fix stylelint glob pattern X-Git-Tag: 1.31.0-rc.0~4052 X-Git-Url: http://git.cyclocoop.org//%22http:/%22.attribut_html%28%24lesurls%5B%24numero%5D%29.%22/%22?a=commitdiff_plain;h=a71b9d78a5c9899d94514abece916b3c72fee9ad;p=lhc%2Fweb%2Fwiklou.git build: Fix stylelint glob pattern Change-Id: I2f37668d32d70d72ed493e81af6b521a3bfaedba --- diff --git a/Gruntfile.js b/Gruntfile.js index 4cc9721857..5f6d584239 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -58,7 +58,7 @@ module.exports = function ( grunt ) { options: { syntax: 'less' }, - src: '{resources/src/*,mw-config/**}/*.{css,less}' + src: '{resources/src/**,mw-config/**}/*.{css,less}' }, watch: { files: [ diff --git a/resources/src/mediawiki/page/gallery.css b/resources/src/mediawiki/page/gallery.css index b7a9132dfe..1c1bb5da1b 100644 --- a/resources/src/mediawiki/page/gallery.css +++ b/resources/src/mediawiki/page/gallery.css @@ -95,7 +95,7 @@ ul.mw-gallery-packed-overlay li.gallerybox div.gallerytextwrapper, ul.mw-gallery-packed-hover li.gallerybox.mw-gallery-focused div.gallerytextwrapper { position: absolute; background: #fff; - background: rgba(255, 255, 255, 0.8); + background: rgba( 255, 255, 255, 0.8 ); padding: 5px 10px; bottom: 0; left: 0; /* Needed for IE */